Eclipse Platform
Pre-release 3.0

org.eclipse.ui.contexts
Class ContextActivationServiceFactory

java.lang.Object
  extended byorg.eclipse.ui.contexts.ContextActivationServiceFactory

public final class ContextActivationServiceFactory
extends Object

This class allows clients to broker instances of IContextActivationService.

This class is not intended to be extended by clients.

EXPERIMENTAL

Since:
3.0

Method Summary
static ICompoundContextActivationService getCompoundContextActivationService()
          Creates a new instance of ICompoundContextActivationService.
static IMutableContextActivationService getMutableContextActivationService()
          Creates a new instance of IMutableContextActivationService.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCompoundContextActivationService

public static ICompoundContextActivationService getCompoundContextActivationService()
Creates a new instance of ICompoundContextActivationService.

Returns:
a new instance of ICompoundContextActivationService. Clients should not make assumptions about the concrete implementation outside the contract of the interface. Guaranteed not to be null.

getMutableContextActivationService

public static IMutableContextActivationService getMutableContextActivationService()
Creates a new instance of IMutableContextActivationService.

Returns:
a new instance of IMutableContextActivationService. Clients should not make assumptions about the concrete implementation outside the contract of the interface. Guaranteed not to be null.

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.